VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / TextEditorControllerBase<T> Class
Constructors Properties Methods Events SeeAlso
In This Topic
    TextEditorControllerBase<T> Class Members
    In This Topic
    The following tables list the members exposed by TextEditorControllerBase<T>.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the TextEditorControllerBase<T> class.
    Public Properties
     NameDescription
    Public PropertyGets a focused interaction area. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether this interaction controller has appearance. (Inherited from InteractionControllerBase)
    Public PropertyGets a read-only collection of interaction areas. (Inherited from InteractionControllerBase)
    Public PropertyGets an interactive object of interaction controller. (Inherited from InteractionControllerBase<T>)
    Public PropertyGets a value indicating whether controller is activated. (Inherited from InteractionControllerBase)
    Public PropertyGets or sets a value indicating whether interaction controller is enabled. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether controller is interacting with the interactive object. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether controller is visible. (Inherited from InteractionControllerBase<T>)
    Protected Properties
     NameDescription
    Protected PropertyGets a list of interaction areas. (Inherited from InteractionControllerBase)
    Public Methods
     NameDescription
    Public MethodDraws the interaction controller appearance on specifed graphics engine. (Inherited from InteractionControllerBase)
    Public MethodInvoked when the interaction controller is activated.
    Public MethodInvoked when the interaction controller is deactivated.
    Public MethodInvoked when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase)
    Public MethodResets the interaction controller. (Inherited from InteractionControllerBase)
    Public MethodUpdates the interaction areas of this controller. (Inherited from InteractionControllerBase)
    Protected Methods
     NameDescription
    Protected MethodReturns the left-top position of text caret.
    Protected MethodReturns the font family name.
    Protected MethodReturns the font size.
    Protected MethodCalled when editing is disabled.
    Protected MethodCalled when editing is enabled.
    Protected MethodRaises the EditingException event.
    Protected MethodCalled when text is received from IME.
    Protected MethodRaises the InteractionFinished event. (Inherited from InteractionControllerBase)
    Protected MethodPerforms an interaction between user and interaction area. (Inherited from InteractionControllerBase)
    Protected MethodProcesses the IME Windows messages.
    Public Events
     NameDescription
    Public EventOccurs when editing is disabled.
    Public EventOccurs when editing is enabled.
    Public EventOccurs when editing is not possible.
    Public EventOccurs when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase)
    Public EventOccurs when interaction is finished. (Inherited from InteractionControllerBase)
    See Also